Skip to content

Raspberry pi fixes and other small improvements#16

Merged
MatthewInch merged 5 commits intoMatthewInch:masterfrom
Qbort:rpi-fixes-improvements
Apr 2, 2026
Merged

Raspberry pi fixes and other small improvements#16
MatthewInch merged 5 commits intoMatthewInch:masterfrom
Qbort:rpi-fixes-improvements

Conversation

@Qbort
Copy link
Copy Markdown
Contributor

@Qbort Qbort commented Mar 8, 2026

This MR includes:

  • A few small improvements to the reliability on linux:
    • Remove RtMidi references (not linux compatible)
    • Use async/await instead of blocking the thread during device connection
  • Small bugfix: "first tap" logic wasn't working correctly due to _lastTick never being null. changing to DateTime? instead of DateTime ensures the check works
  • Update to .net 10.0
  • Small UX improvement: use numbers to select the MIDI device, instead of typing it out, e.g.:
Choose primary input device:
[1]: Midi Through Port-0
[2]: USB MIDI Interface
[3]: X-Touch  
[4]: X-Touch-ext
Enter number [1]: _

@MatthewInch MatthewInch merged commit 32ba625 into MatthewInch:master Apr 2, 2026
@Qbort Qbort deleted the rpi-fixes-improvements branch April 5, 2026 15:17
@Qbort Qbort mentioned this pull request Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants